home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000207_mgb@cyberdude.com_Sun Jun 17 14:20:23 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  86 lines

  1. Article: 12525 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.edu!newsfeed.skycache.com!Cidera!e420r-sjo4.usenetserver.com!news-out.usenetserver.com!e420r-atl1.usenetserver.com.POSTED!not-for-mail
  3. From: "Michael Barton" <mgb@cyberdude.com>
  4. Newsgroups: comp.protocols.kermit.misc
  5. References: <hWxV6.93$Wt2.11949@e420r-sjo2.usenetserver.com> <9g6hgh$ouu$1@newsmaster.cc.columbia.edu>
  6. Subject: Re: My kermit locks up under Linux 7.1 - any suggestions?
  7. Lines: 64
  8. X-Priority: 3
  9. X-MSMail-Priority: Normal
  10. X-Newsreader: Microsoft Outlook Express 5.50.4522.1200
  11. X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200
  12. Message-ID: <L6BV6.4920$o4.198044@e420r-atl1.usenetserver.com>
  13. X-Complaints-To: abuse@usenetserver.com
  14. X-Abuse-Info: Please be sure to forward a copy of ALL headers
  15. X-Abuse-Info: Otherwise we will be unable to process your complaint properly.
  16. NNTP-Posting-Date: Tue, 12 Jun 2001 23:29:47 EDT
  17. Organization: WebUseNet Corp. - ReInventing The UseNet
  18. Date: Tue, 12 Jun 2001 21:32:29 -0600
  19. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12525
  20.  
  21. #0  0x401b590e in __select () from /lib/i686/libc.so.6
  22. #1  0xbfffe290 in ?? ()
  23. #2  0x0808b6bb in doconect ()
  24. #3  0x080be72e in setlin ()
  25. #4  0x080d5ef3 in docmd ()
  26. #5  0x0809e3c3 in parser ()
  27. #6  0x0804b72a in doicp ()
  28. #7  0x080e6d90 in cc_execute ()
  29. #8  0x0804c83e in main ()
  30. #9  0x400f1177 in __libc_start_main (main=0x804bfec <main>, argc=1,
  31.     ubp_av=0xbffff8fc, init=0x804a28c <_init>, fini=0x811e300 <_fini>,
  32.     rtld_fini=0x4000e184 <_dl_fini>, stack_end=0xbffff8ec)
  33.     at ../sysdeps/generic/libc-start.c:129
  34.  
  35. I'll re-compile with -g and post more info...
  36.  
  37. Michael
  38.  
  39. "Jeffrey Altman" <jaltman@watsun.cc.columbia.edu> wrote in message
  40. news:9g6hgh$ouu$1@newsmaster.cc.columbia.edu...
  41. >
  42. >
  43. >
  44. > In article <hWxV6.93$Wt2.11949@e420r-sjo2.usenetserver.com>,
  45. > Michael Barton <mgb@cyberdude.com> wrote:
  46. > : I've tried both 7.0 and 7.1 of kermit (cku197 and cku199) - they
  47. both
  48. > : exhibit the same behavior under RedHat's Linux 7.1, but both work
  49. just
  50. > : fine under Redhat's Linux 6.2 and SGI's Irix 5.3.  In all cases,
  51. > : kermit was built using:
  52. > :
  53. > :   KFLAGS="-O2 -DTCP_NODELAY -DBIGBUFOK -DNODEBUG -DNOOLDMODEMS"
  54. make
  55. > : linux (or irix53)
  56. > :
  57. > : What happens is: I invoke kermit, then use the 'telnet' command to
  58. a
  59. > : remote AIX system.
  60. > :
  61. > : I can connnect just fine, and as long as I'm actively using the
  62. > : connection, all seems well.  However, if the connection is left
  63. idle
  64. > : for an indeterminate period of time (maybe 3 minutes...) then
  65. kermit
  66. > : locks up HARD.  I can't ctl-C, ctl-\, or enter any sequence of
  67. > : characters that resumes processing.  the only thing that works is
  68. > : closing the XTerm window.
  69. >
  70. > Clearly something in Linux changed out from underneath Kermit.
  71. > Can you attach to the locked process with gdb and get a stack trace?
  72. >
  73. > That would indicate exactly where in the code the process is stuck.
  74. >
  75. >  Jeffrey Altman * Sr.Software Designer      C-Kermit 7.1 Alpha
  76. available
  77. >  The Kermit Project @ Columbia University   includes Secure Telnet
  78. and FTP
  79. >  http://www.kermit-project.org/             using Kerberos, SRP, and
  80. >  kermit-support@kermit-project.org          OpenSSL.  SSH soon to
  81. follow.
  82. >
  83.  
  84.  
  85.  
  86.